* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2013 22:34:04 +0000 (15:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2013 22:34:04 +0000 (15:34 -0700)
commit123c143128f13aaadd85b772d89663ea1a1906df
tree54d21e93ed8f060f57adb249e58814b07d170fa1
parent7100a0a5376e5e6384fb014fec20cd2ca5bcb209
* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.

This fixes a type error on hosts where ptrdiff_t is wider than int.
src/ChangeLog
src/alloc.c
src/lisp.h